Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"id": 15,
"finished": false,
"exam_results": null,
"s3_key": null,
"actionable": {
"id": 1,
"title": "Exam",
"questions_length": 40,
"questions": [
{
"id": 13,
"body": "Determining your ______ is the first step to creating an effective social media strategy.",
"options": [
{
"id": 39,
"body": "Goals"
},
...
]
},
...
]
}
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
examResult: {
"13": [39],
"14": [43, 44],
...
}
}
{
"exam_results": 2.5
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|
|
examResult
required |
Validations:
|
|
examResult[question_id]
required |
Key must be a Integer. See request body example Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
certificate: Base64 string
}
{
"id": 15,
"finished": false,
"s3_key": null
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|
|
certificate
required |
Validations:
|